home *** CD-ROM | disk | FTP | other *** search
/ Danny Amor's Online Library / Danny Amor's Online Library - Volume 1.iso / html / faqs / faq / mach-faq < prev    next >
Encoding:
Text File  |  1995-07-25  |  7.4 KB  |  212 lines

  1. Subject: comp.os.mach Frequently Asked Questions
  2. Newsgroups: comp.os.mach,news.answers,comp.answers
  3. From: fgray@owlnet.rice.edu (Frederick Earl Gray)
  4. Date: Fri, 18 Feb 1994 16:00:31 GMT
  5.  
  6.  
  7. Archive-Name: mach-faq
  8.  
  9.  
  10. ======================================================================
  11.  
  12.                       Frequently Asked Questions
  13.                       
  14.                                for
  15.                       
  16.                            comp.os.mach
  17.                               
  18. ======================================================================
  19.  
  20. _QUESTIONS_
  21.  
  22. 1. What is Mach?
  23. 2. Where can I get more information about Mach?
  24. 3. I'm looking for a certain paper or document involving Mach. 
  25.    Where is it?
  26. 4. For what platforms is Mach available?
  27. 5. Is Mach freely available or does it require licenses?
  28. 6. Where can I get a distibution of Mach for a particular CPU?
  29. 7. What is the GNU Hurd?
  30. 8. Is NeXTSTEP based on Mach?
  31. 9. Does it run DOS?
  32.  
  33. _ANSWERS_
  34.  
  35. 1. What is Mach?
  36.  
  37. Mach is a research project of Carnegie Mellon University.  It aims
  38. to produce an operating system whose functions are distributed
  39. among several different threads of control, some of which run in
  40. supervisor mode and some of which run in user mode.
  41.  
  42. Mach 3.0 is based on a microkernel which contains only process
  43. management, virtual memory, and interprocess communication
  44. functions, as well as device drivers.  The rest of the operating
  45. system is concentrated in a UNIX server.
  46.  
  47. Mach 2.5 was more traditional in that the UNIX server ran in 
  48. supervisor mode, but it was still isolated from Mach code.
  49.  
  50. 2. Where can I get more information about Mach?
  51.  
  52. Carnegie Mellon University maintains an FTP server on the Internet
  53. on mach.cs.cmu.edu. 
  54.  
  55. Items of interest on the server include:
  56.  
  57. FAQ      This directory includes some of the most frequenly
  58.      requested documents.  Most importantly, it contains file
  59.      explaining how to obtain Mach for a particular machine
  60.      (i386_release.doc, etc). Most files in this directory are
  61.      available in either plain text or PostScript versions.
  62.          
  63. doc/published,     These directories contain technical
  64. doc/unpublished    documentation.
  65. doc/techreports
  66.  
  67. doc/osf  This directory contains PostScript versions of the Open
  68.      Software Foundation's Mach manuals.  They are highly
  69.      recommended reading for anyone planning to work with the
  70.      Mach 3.0 microkernel.
  71.  
  72. src/mkernel     The source code for the Mach microkernel.
  73. src/buildtools  The source code for the tools needed to build Mach.
  74.  
  75. sup      The source code to Carnegie Mellon University's 'sup'
  76.      (Software Upgrade Protocol) program, used to obtain and
  77.      update Mach distributions.  Binaries for certain machines
  78.      are also available here.
  79.          
  80.          
  81. 3. I'm looking for a certain paper or document involving Mach. 
  82. Where is it?
  83.  
  84. There is a bibliography of papers and documents about Mach.  It is
  85. available online by anonymous FTP to mach.cs.cmu.edu.  It is in the
  86. directory FAQ in both plain-text and PostScript forms in the files
  87. mach_bib.doc and mach_bib.ps.
  88.  
  89. 4. For what platforms is Mach available?
  90.  
  91. Mach 2.5 is available directly from Carnegie Mellon for these
  92. platforms:
  93.  
  94. VAX
  95. Intel 386/586
  96. Sun 3
  97.  
  98. Mach 3.0 is available from Carnegie Mellon for these platforms:
  99.  
  100. Sun 3
  101. VAX
  102. DECstation 3100 and 5000/200, 5000/120, and 5000/20
  103. Intel 386/486 (ISA and PS/2)
  104. Omron Luna 88K
  105. DEC Alpha
  106. IBM RS/6000
  107. Sun SparcStations (microkernel only)
  108. Apple Macintosh
  109.  
  110. 5. Is Mach freely available or does it require licenses?
  111.  
  112. In general, Mach requires licenses in order to do anything useful.
  113. The Mach 3.0 microkernel is available without licenses for all
  114. platforms except the Sun SparcStation, which requires a SunOS 4.1.1
  115. source license.  Mach 2.5 and the Mach 3.0 UNIX server require a 4.3BSD
  116. source license, which in turn requires a license from UNIX Systems
  117. Laboratories.
  118.  
  119. The Apple Macintosh and IBM RS/6000 platforms also require special
  120. Mach 3.0 licenses.
  121.  
  122. In addition, there is a simplified operating system server called
  123. "POE" that is available freely.  At one time, Carnegie Mellon also
  124. distributed a server based on the 386BSD operating system, but
  125. removed it from distribution for legal reasons.  It can still be
  126. obtained from several FTP sites, though.  Carnegie Mellon recently
  127. reintroduced a new version, BSDSS8, but it is only available to
  128. holders of 4.3BSD source licenses.
  129.  
  130. 6. Where can I get a distibution of Mach for a particular CPU?
  131.  
  132. Carnegie Mellon's preferred method of source code distribution is
  133. through a protocol called SUP.  After registering your IP address
  134. and license information with CMU, you will receive a  cryptographic
  135. key. You use that key in conjunction with the sup program
  136. (available from mach.cs.cmu.edu in the directory sup) to access the
  137. proper collections of code.
  138.  
  139. There is information on mach.cs.cmu.edu in the FAQ directory to
  140. tell you precisely how to get a distribution of Mach for the
  141. machine that you want.
  142.  
  143. If you do not have access to SUP, there are also FTP archives for
  144. Mach.  Among others:
  145.  
  146. Hostname             IP address               Directory
  147. --------             ----------               ---------
  148. mach.cs.cmu.edu      128.2.209.192            src
  149. ftp.uu.net           192.48.96.9              packages/mach
  150. sh.wide.ad.jp        133.4.11.11              MACH
  151. ftp.dit.co.jp        133.156.1.1              pub/MACH
  152. ftp.mei.co.jp        132.182.49.2             free/mach
  153. ftp.cs.titech.ac.jp  131.112.172.15           pub/os/MACH
  154. nic.funet.fi         128.214.6.100            pub/mach/Mach3.0
  155.  
  156. Connect to the site closest to you using the FTP protocol.  Use
  157. "anonymous" as your login name and your electronic mail address as
  158. your password.
  159.  
  160. ftp.uu.net's archives are also available via UUCP to a 900 number.
  161. Contact info@uunet.uu.net for more information.
  162.  
  163. Mt.Xinu formerly distributed both source and binary releases of
  164. Mach 2.5, but they have discontinued them.
  165.  
  166. Tenon Intersystems distributes a product known as MachTen. It runs
  167. avariant of Mach 2.5 as an application on top of the Macintosh
  168. Operating System, and includes a complete development environment.
  169. X11 and Motif are available as options.  Contact info@tenon.com or
  170. (800) 662-2410 for more information.
  171.  
  172. 7. What is the GNU Hurd?
  173.  
  174. The GNU Hurd is a system server which the Free Software Foundation
  175. is preparing.  It will run on top of the Mach microkernel.  It will
  176. resemble UNIX at the user level, but its design philosophy will be
  177. completely different.  It will enable the individual user to
  178. customize his or her environment more completely.
  179.  
  180. No one really knows when the Hurd will be released.  However, there
  181. are preliminary sources for it on alpha.gnu.ai.mit.edu which are
  182. really only useful for browsing.  They are incomplete and they are
  183. updated very infrequently.
  184.  
  185. The Free Software Foundation recently announced that it is seeking
  186. volunteers to help develop and test the Hurd.  Contact
  187. gnu@prep.ai.mit.edu for more information.
  188.  
  189. 8. Is NEXTSTEP based on Mach?
  190.  
  191. NEXTSTEP is based on an enhanced version of Mach.  Source licenses
  192. for this version of Mach are available from the NeXT Corporation.
  193.  
  194. 9. Does it run DOS?
  195.  
  196. There is an "mdos" server allowing DOS applications to run under
  197. Mach on the Intel platform.  This server is available from
  198. mach.cs.cmu.edu in the directory src as mdos.tar.Z.
  199.  
  200. ------------------------------------------------------------------
  201. CONTRIBUTORS TO THIS EDITION (Thanks!)
  202. ------------------------------------------------------------------
  203. Dave Cherkus (RS/6000 and PS/2 support)
  204.  
  205. ---
  206. Send suggestions to fgray@owlnet.rice.edu.
  207. ---
  208. -- 
  209. -- Fred Gray
  210. -- fgray@owlnet.rice.edu
  211.  
  212.